[INFO] cloning repository https://github.com/barafael/derive-wizard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barafael/derive-wizard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fderive-wizard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fderive-wizard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 481c793d05925540e0450aebe4fa42865b6a2719
[INFO] fixing barafael/derive-wizard against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fderive-wizard" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/barafael/derive-wizard
[INFO] finished tweaking git repo https://github.com/barafael/derive-wizard
[INFO] tweaked toml for git repo https://github.com/barafael/derive-wizard written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/barafael/derive-wizard on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/barafael/derive-wizard already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.179
[INFO] [stderr]   Downloaded egui-wgpu v0.31.1
[INFO] [stderr]   Downloaded unicode-truncate v2.0.0
[INFO] [stderr]   Downloaded lru v0.16.2
[INFO] [stderr]   Downloaded pest_derive v2.8.5
[INFO] [stderr]   Downloaded pest v2.8.5
[INFO] [stderr]   Downloaded pest_generator v2.8.5
[INFO] [stderr]   Downloaded pest_meta v2.8.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9
[INFO] running `Command { std: "docker" "start" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking lru v0.16.2
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking requestty-ui v0.5.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]     Checking requestty v0.5.0
[INFO] [stderr]     Checking elicitor-macro v0.6.1 (/opt/rustwide/workdir/elicitor-macro)
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking emath v0.31.1
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking elicitor-types v0.6.1 (/opt/rustwide/workdir/elicitor-types)
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking ecolor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking elicitor v0.6.1 (/opt/rustwide/workdir/elicitor)
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking epaint v0.31.1
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stdout] error[E0432]: unresolved import `elicitor`
[INFO] [stdout]  --> elicitor-macro/tests/basic_derive.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use elicitor::Survey; // Import the trait
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use elicitor::Survey; // Import the trait
[INFO] [stdout] 8 + use elicit::Survey; // Import the trait
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking example-surveys v0.6.1 (/opt/rustwide/workdir/example-surveys)
[INFO] [stderr]     Checking elicitor-doc-html v0.6.1 (/opt/rustwide/workdir/elicitor-doc-html)
[INFO] [stderr]     Checking elicitor-wizard-requestty v0.6.1 (/opt/rustwide/workdir/elicitor-wizard-requestty)
[INFO] [stderr]     Checking elicitor-doc-latex v0.6.1 (/opt/rustwide/workdir/elicitor-doc-latex)
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking elicitor-wizard-dialoguer v0.6.1 (/opt/rustwide/workdir/elicitor-wizard-dialoguer)
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ConfirmQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ConfirmQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut responses = elicitor::Responses::new();
[INFO] [stdout]    |                         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Responses;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Responses;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Responses`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -     let mut responses = elicitor::Responses::new();
[INFO] [stdout] 44 +     let mut responses = Responses::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:46:29
[INFO] [stdout]    |
[INFO] [stdout] 46 |     responses.insert("age", elicitor::ResponseValue::Int(25));
[INFO] [stdout]    |                             ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ResponseValue`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 46 -     responses.insert("age", elicitor::ResponseValue::Int(25));
[INFO] [stdout] 46 +     responses.insert("age", ResponseValue::Int(25));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |     responses.insert("student", elicitor::ResponseValue::Bool(true));
[INFO] [stdout]    |                                 ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ResponseValue`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 47 -     responses.insert("student", elicitor::ResponseValue::Bool(true));
[INFO] [stdout] 47 +     responses.insert("student", ResponseValue::Bool(true));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout]    |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 -         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout] 94 +         elicit::QuestionKind::Int(int_q) => {
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout] 94 +         QuestionKind::Int(int_q) => {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::Question;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::Question;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use syn::token::Question;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::ResponsePath;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::ResponsePath;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::MaskedQuestion;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::MaskedQuestion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::MultilineQuestion;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::MultilineQuestion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::ResponseValue;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::ResponseValue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         elicitor::QuestionKind::Masked(_)
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 119 -         elicitor::QuestionKind::Masked(_)
[INFO] [stdout] 119 +         QuestionKind::Masked(_)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         elicitor::QuestionKind::Multiline(_)
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 123 -         elicitor::QuestionKind::Multiline(_)
[INFO] [stdout] 123 +         QuestionKind::Multiline(_)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `elicitor_types::*`
[INFO] [stdout]  --> elicitor-macro/tests/basic_derive.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub use elicitor_types::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> elicitor-macro/tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> elicitor-macro/tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `elicitor-macro` (test "basic_derive") due to 34 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9", kill_on_drop: false }`
[INFO] [stdout] 78fd26dee0bdd45ed573701bfe9452600bea2bf5887a874080980ed2632de1d9
